Consider the following in C++: namespace myNamespace { int a; int b; } How would the main part of the program access myNamespace variable a?

🎲 Try a Random Question  |  Total Questions in Quiz: 91  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Blackberry (Native SDK Development) Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


Consider the following in C++: namespace myNamespace { int a; int b; } How would the main part of the program access myNamespace variable a?